.styles-show{
    width: 865px;
    margin: auto;
    padding-top: 20px;
}
.z-rightcont{
	width: 100%;
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 30px 0px 10px 10px;
}
.z-rightcont ul{
	width: 100%;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.z-rightcont ul li{
	width: 420px;
	height: 185px;
	overflow: hidden;
	margin-bottom: 10px;
	background: #FFFFFF;
	border-radius: 6px;
	box-sizing: border-box;
	border: 1px dashed #CCCCCC;
	padding-left: 15px;
	transition: all 0.3s ease;
	position: relative;
}
.z-rightcont ul li h2{    max-width: 290px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
}
.z-rightcont ul li h2 span{
	color: #C20007;
}
.z-rightcont ul li p{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.z-rightcont ul li .z-helpxx{
	width: 300px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	margin-top: 5px;
	background: #f5f5f5;
	transition: all 0.3s ease;
}
.z-rightcont ul li .z-helpxx i{
	display: block;
	font-size: 12px;
	color: #666666;
	padding-left: 10px;
	line-height: 20px;
}
.z-rightcont ul li em{
	position: absolute;
	display: block;
	top: 20px;
	right: 15px;
	padding: 2px 10px;
	font-size: 14px;	
	color: #C20007;
	text-align: center;
	border: 1px solid #C20007;
	border-radius: 5px;
}
.z-rightcont ul li:hover{
	background: #F5F5F5;
}
.z-rightcont ul li:hover .z-helpxx{
	background: #FFFFFF;
}
.z-rightcont ul li .z-helpon{
	width: 90px;
	height: 30px;
	line-height: 30px;
	margin: 10px auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	background: #C20007;
	border-radius: 10px;
	cursor: pointer;
}
.z-rightcont ul li .z-helpon2{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

	              	

	              	